update version number
This commit is contained in:
2
build.sh
2
build.sh
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
MAKE_PACKAGE=false
|
||||
VERSION=0.0.3
|
||||
VERSION=0.0.4
|
||||
|
||||
usage() {
|
||||
echo "Usage: $0 [OPTIONS]"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
package constants
|
||||
|
||||
const Version = "0.0.5"
|
||||
const Version = "0.0.4"
|
||||
|
||||
const ApiVersion = 1
|
||||
|
||||
Reference in New Issue
Block a user