-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
35 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+137 Bytes
...sionatorTests/Resources/Example.git/git/objects/e7/18e3860fceddf4cf3e5ee69a1758d6b8b3b8f4
Binary file not shown.
1 change: 1 addition & 0 deletions
1
Tests/VersionatorTests/Resources/Example.git/git/refs/tags/v1.0.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
e718e3860fceddf4cf3e5ee69a1758d6b8b3b8f4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+35 Bytes
(120%)
Tests/VersionatorTests/Resources/Example.out/Version.plist
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/// This file is generated by Versionator -- DO NOT EDIT. | ||
/// See github.com/elegantchaos/Versionator for more info. | ||
public struct VersionatorVersion { | ||
static let string = "70f8f9a" | ||
static let build = 4 | ||
static let commit = "" | ||
static let git = "70f8f9a" | ||
static let tag = "70f8f9a" | ||
static let full = "70f8f9a (4)" | ||
} | ||
static let string = "1.0.0" | ||
static let build = 4 | ||
static let commit = "g70f8f9a" | ||
static let git = "v1.0.0-0-g70f8f9a" | ||
static let tag = "v1.0.0" | ||
static let full = "1.0.0 (4)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters