Skip to content

Commit

Permalink
update version id to reflect change in table footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Feb 19, 2024
1 parent cab00b8 commit 44c926e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go-app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 44c926e

Please sign in to comment.