From 1491b9d36d1af3fbdab7df411d4e1a76c457f2ff Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 9 May 2022 18:56:14 +0200 Subject: [PATCH] Upgrading version to 1.4. Signed-off-by: Pol Henarejos --- VERSION | 2 +- build_pico_openpgp.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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