diff --git a/go-app/main.go b/go-app/main.go index e25284a..d478e8b 100644 --- a/go-app/main.go +++ b/go-app/main.go @@ -13,7 +13,7 @@ import ( "time" ) -const appVersion = "0.5.7" +const appVersion = "0.5.9" // version history // 0.5.x rate limit: limit amount of queries to external APIs @@ -24,6 +24,7 @@ const appVersion = "0.5.7" // 0.5.6: send slack message for important system events, starting with data acquisition // 0.5.7: performance optimization, initial database insert and Slack message now async // 0.5.8: updated GitHub security token with longer lifespan +// 0.5.9: right-align table footer // 0.4.7 replace most inline styles by css // 0.4.6 sortable table (a: initial, b...e: fix layout issues), f: fix #94 // 0.4.5 fix missing separators in large numbers