Skip to content

Commit

Permalink
Tag v0.9.26
Browse files Browse the repository at this point in the history
  • Loading branch information
tbkka committed Dec 6, 2016
1 parent c4df0a8 commit 118dbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/protoc-gen-swift/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
struct Version {
static let major = 0
static let minor = 9
static let revision = 25
static let revision = 26
static let versionString = "\(major).\(minor).\(revision)"
static let name = "protoc-gen-swift"
static let versionedName = "protoc-gen-swift \(versionString)"
Expand Down

0 comments on commit 118dbd3

Please sign in to comment.