Fix version numbers for a possible 0.5.4 release

This commit is contained in:
Thiago Macieira
2019-11-13 12:23:16 -08:00
parent 755f9ef932
commit 2b1105eb8b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version: 0.5.3-build-{build}
version: 0.5.4-build-{build}
pull_requests:
do_not_increment_build_number: true
image:
+1 -1
View File
@@ -1 +1 @@
0.5.3
0.5.4
+1 -1
View File
@@ -1,3 +1,3 @@
#define TINYCBOR_VERSION_MAJOR 0
#define TINYCBOR_VERSION_MINOR 5
#define TINYCBOR_VERSION_PATCH 3
#define TINYCBOR_VERSION_PATCH 4