Skip to content

Commit ebc296e

Browse files
committed
Bumped version numbers.
1 parent 64fb3ff commit ebc296e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/Ignite/Ignite.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ import Foundation
1010
public var bundle: Bundle { Bundle.module }
1111

1212
/// The current version. Used to write generator information.
13-
public let version = "Ignite v0.6.0"
13+
public let version = "Ignite v0.6.9"

Sources/IgniteCLI/IgniteCLI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct IgniteCLI: ParsableCommand {
2424
commandName: "ignite",
2525
abstract: "A command-line tool for manipulating Ignite sites.",
2626
discussion: discussion,
27-
version: "0.6.0",
27+
version: "0.6.9",
2828
subcommands: [NewCommand.self, BuildCommand.self, RunCommand.self]
2929
)
3030
}

0 commit comments

Comments
 (0)