Skip to content

Commit

Permalink
Update version number for TinyCBOR 0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Macieira <[email protected]>
  • Loading branch information
thiagomacieira committed Sep 3, 2021
1 parent dbf8f13 commit cb37252
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.5.4-build-{build}
version: 0.6-build-{build}
pull_requests:
do_not_increment_build_number: true
image:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.4
0.6.0
4 changes: 2 additions & 2 deletions src/tinycbor-version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define TINYCBOR_VERSION_MAJOR 0
#define TINYCBOR_VERSION_MINOR 5
#define TINYCBOR_VERSION_PATCH 4
#define TINYCBOR_VERSION_MINOR 6
#define TINYCBOR_VERSION_PATCH 0

0 comments on commit cb37252

Please sign in to comment.