Skip to content

Commit 368e337

Browse files
authored
chore: bump version (#40)
* chore: update release docs * chore: bump BinaryDependenciesManager version
1 parent cae91f2 commit 368e337

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ dependencies:
130130

131131
## Release
132132

133-
You have two options:
134-
1. Create a new tag locally and push it.
135-
2. Create a release manually on the GitHub.
133+
1. Bump the `BinaryDependenciesManager` version in the `Sources/CommandLine/main.swift`.
134+
2. Merge changes to the main branch.
135+
3. Create a release manually on the GitHub or create tag locally and push it to the remote.
136136

137137
After tag is created the `Build Multi-Platform Binary` action will be executed. It will build and add all binaries to the release assets.
138138

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.0.4"
20+
static let version: Version = "0.1.0-rc.1"
2121

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

0 commit comments

Comments
 (0)