We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22de57c commit 013cbc9Copy full SHA for 013cbc9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# OpenGFX2 Changelog
2
3
+## v0.8.1
4
+Base sets:
5
+* Fix internal baseset version (#223)
6
+
7
## v0.8
8
Base set:
9
makefile
@@ -1,5 +1,5 @@
# Version reported to users
-USER_VERSION := 0.8
+USER_VERSION := 0.8.1
# Always run version detection, so we always have an accurate modified flag
REPO_VERSIONS := $(shell AWK="$(AWK)" "./findversion.sh")
0 commit comments