Skip to content

Commit

Permalink
Bump Version.swift -> 0.1.0 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: mgacy <[email protected]>
  • Loading branch information
github-actions[bot] and mgacy committed Dec 7, 2023
1 parent 4dda484 commit e75fc68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Sources/watcher/Version.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// This file was generated by the `VersionFile` package plugin.

/// Namespace for the current version of the target in which this file is contained.
enum Version {
static let number = "0.0.1"
}
/// The current version number.
static let number = "0.1.0"
}

0 comments on commit e75fc68

Please sign in to comment.