Skip to content

Commit

Permalink
Bump version to 2.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nedko committed Dec 20, 2023
1 parent dc5bc8e commit 7b534b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ from waftoolchainflags import WafToolchainFlags
APPNAME = 'ladi-jack'
JACK_VERSION_MAJOR = 2
JACK_VERSION_MINOR = 23
JACK_VERSION_PATCH = 0
JACK_VERSION_PATCH = 1

VERSION = str(JACK_VERSION_MAJOR) + '.' + str(JACK_VERSION_MINOR) + '.' + str(JACK_VERSION_PATCH)

Expand Down

0 comments on commit 7b534b9

Please sign in to comment.