diff --git a/VERSION b/VERSION index aa31207..eba6e81 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version=1.2 +Version=1.4 diff --git a/build_pico_openpgp.sh b/build_pico_openpgp.sh index 1267906..36ee175 100755 --- a/build_pico_openpgp.sh +++ b/build_pico_openpgp.sh @@ -1,7 +1,7 @@ #!/bin/bash VERSION_MAJOR="1" -VERSION_MINOR="2" +VERSION_MINOR="4" rm -rf release/* cd build_release