Skip to content

Commit

Permalink
Versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjepstein committed Dec 21, 2023
1 parent 6073ac5 commit b1eaa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MAJOR_VERSION = 617;
MINOR_VERSION = 2;
TINY_VERSION = 4;
MICRO_VERSION = 10;
NANO_VERSION = 3;
NANO_VERSION = 4;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);

// The bundle version and short version string are set based on the current build configuration, see below.
Expand Down

0 comments on commit b1eaa7c

Please sign in to comment.