Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Sep 14, 2023
1 parent cc2c669 commit 37b2b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Frontend/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ struct Version {

/// The current version of the `createicns` tool.
static var current: Self {
Self(major: 0, minor: 0, patch: 4)
Self(major: 0, minor: 1, patch: 0)
}
}

0 comments on commit 37b2b92

Please sign in to comment.