Skip to content

Commit

Permalink
Set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Nov 3, 2023
1 parent 7cd7348 commit 6d1a710
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/upa/url_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

// NOLINTBEGIN(*-macro-*)

#define UPA_URL_VERSION_MAJOR 0
#define UPA_URL_VERSION_MINOR 0
#define UPA_URL_VERSION_PATCH 1
#define UPA_URL_VERSION_MAJOR 0
#define UPA_URL_VERSION_MINOR 1
#define UPA_URL_VERSION_PATCH 0

#define UPA_URL_VERSION "0.0.1"
#define UPA_URL_VERSION "0.1.0"

// NOLINTEND(*-macro-*)

Expand Down

0 comments on commit 6d1a710

Please sign in to comment.