We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61316c4 commit 617bcc5Copy full SHA for 617bcc5
Makefile
@@ -1,7 +1,7 @@
1
default_target: local
2
3
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
4
-VERSION = 2.2.1
+VERSION = 2.2.3
5
6
local:
7
cd web; flutter build web;
0 commit comments