Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
* Fix issues when a query param is given with koji url
* Fix overlap query for mysql8 (but please update to MariaDB. MySQL is
  not supported by unown stack)
  • Loading branch information
comstud committed Jul 28, 2024
1 parent c046014 commit 4711810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

const (
APP_VERSION = "1.0.2"
APP_VERSION = "1.0.3"
)

0 comments on commit 4711810

Please sign in to comment.