# HG changeset patch # User Ethan Zonca # Date 2015-06-01 17:21:22 # Node ID 2025413db75952513539c472ecefc892d2eaaba4 # Parent f4ef22eb5176a43762cf98bb184f79ff2badcad8 Bump version diff --git a/main.c b/main.c --- a/main.c +++ b/main.c @@ -95,7 +95,7 @@ int main(void) status.state = STATE_PREHEAT_BREW; // Go to brew instead of idle if configured thusly // Startup screen - ssd1306_DrawString("therm v0.1", 1, 40); + ssd1306_DrawString("therm v0.2", 1, 40); ssd1306_DrawString("protofusion.org/therm", 3, 0); HAL_Delay(1500);