Skip to content

Commit cbcde9f

Browse files
authored
chore: bump version to 0.1.0 (#50)
1 parent 5ddf82f commit cbcde9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CommandLine/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ setbuf(stdout, nil)
1717

1818
struct BinaryDependenciesManager: ArgumentParser.ParsableCommand {
1919
/// The version of the binary dependencies manager.
20-
static let version: Version = "0.1.0-rc.1"
20+
static let version: Version = "0.1.0"
2121

2222
static let configuration = CommandConfiguration(
2323
abstract: "Binary dependencies resolver",

0 commit comments

Comments
 (0)