From e75fc681d016a58823d9dfc3250936f8dadb57d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:57:17 -0700 Subject: [PATCH] Bump Version.swift -> 0.1.0 (#10) Co-authored-by: mgacy --- Sources/watcher/Version.swift | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Sources/watcher/Version.swift b/Sources/watcher/Version.swift index 7e54b4b..2a0fc0d 100644 --- a/Sources/watcher/Version.swift +++ b/Sources/watcher/Version.swift @@ -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" +} \ No newline at end of file