diff --git a/common.go b/common.go index 9677ff5f..ca11e930 100644 --- a/common.go +++ b/common.go @@ -12,7 +12,7 @@ import ( ) // AppVersion of span package. Commandline tools will show this on -v. -const AppVersion = "0.1.26" +const AppVersion = "0.1.27" // Batcher groups strings together for batched processing. // It is more effective to send one batch over a channel than many strings. diff --git a/packaging/deb/span/DEBIAN/control b/packaging/deb/span/DEBIAN/control index 762f06c4..8f8a9d8d 100644 --- a/packaging/deb/span/DEBIAN/control +++ b/packaging/deb/span/DEBIAN/control @@ -1,5 +1,5 @@ Package: span -Version: 0.1.26 +Version: 0.1.27 Section: utils Priority: optional Architecture: amd64 diff --git a/packaging/rpm/span.spec b/packaging/rpm/span.spec index 882eb0c2..e8f7d4d7 100644 --- a/packaging/rpm/span.spec +++ b/packaging/rpm/span.spec @@ -1,6 +1,6 @@ Summary: Library data conversions. Name: span -Version: 0.1.26 +Version: 0.1.27 Release: 0 License: MIT BuildArch: x86_64