From bc40d3925f05f1e86492f8a89b6f812d63460f1a Mon Sep 17 00:00:00 2001 From: yaacov Date: Sun, 16 Jul 2017 16:51:41 +0300 Subject: [PATCH] bump version --- benchmark/README.md | 6 +++--- examples/README.md | 2 +- main.go | 2 +- mohawk.spec | 2 +- test/mohawk.bats | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/benchmark/README.md b/benchmark/README.md index 3e19146..416f7ba 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -45,7 +45,7 @@ $ date; time ./benchmark.py; date ``` ``` Tue Jun 27 23:41:45 IDT 2017 -{u'MohawkVersion': u'0.18.1', u'MohawkBackend': u'Backend-Mongo', u'MetricsService': u'STARTED', u'Implementation-Version': u'0.21.0'} +{u'MohawkVersion': u'0.19.2', u'MohawkBackend': u'Backend-Mongo', u'MetricsService': u'STARTED', u'Implementation-Version': u'0.21.0'} real 0m4.885s user 0m1.257s @@ -78,7 +78,7 @@ $ date; time ./benchmark.py; date ``` ``` Tue Jun 27 23:43:36 IDT 2017 -{u'MohawkVersion': u'0.18.1', u'MohawkBackend': u'Backend-Sqlite3', u'MetricsService': u'STARTED', u'Implementation-Version': u'0.21.0'} +{u'MohawkVersion': u'0.19.2', u'MohawkBackend': u'Backend-Sqlite3', u'MetricsService': u'STARTED', u'Implementation-Version': u'0.21.0'} real 0m14.471s user 0m1.144s @@ -128,7 +128,7 @@ $ date; time ./benchmark.py; date ``` ``` Tue Jun 27 23:46:50 IDT 2017 -{u'MohawkVersion': u'0.18.1', u'MohawkBackend': u'Backend-Memory', u'MetricsService': u'STARTED', u'Implementation-Version': u'0.21.0'} +{u'MohawkVersion': u'0.19.2', u'MohawkBackend': u'Backend-Memory', u'MetricsService': u'STARTED', u'Implementation-Version': u'0.21.0'} real 0m2.011s user 0m1.108s diff --git a/examples/README.md b/examples/README.md index 90e7965..2e09651 100644 --- a/examples/README.md +++ b/examples/README.md @@ -13,7 +13,7 @@ When installed, run using the command line ``mohawk`` ```bash mohawk --version -Mohawk version: 0.18.1 +Mohawk version: 0.19.2 ``` The `-h` flag will print out a help text, that list the command line arguments. diff --git a/main.go b/main.go index 6bed9f6..450740e 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ import ( ) // VER the server version -const VER = "0.18.1" +const VER = "0.19.2" // defaults const defaultPort = 8080 diff --git a/mohawk.spec b/mohawk.spec index d650ec7..4a471ad 100644 --- a/mohawk.spec +++ b/mohawk.spec @@ -8,7 +8,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{repo} -Version: 0.18.1 +Version: 0.19.2 Release: 6%{?dist} Summary: Mohawk metric data storage License: Apache diff --git a/test/mohawk.bats b/test/mohawk.bats index 9eeee87..a70b737 100755 --- a/test/mohawk.bats +++ b/test/mohawk.bats @@ -21,10 +21,10 @@ kill_mohawk() { [ "$status" -eq 0 ] } -@test "Mohawk is installed in version 0.18.1" { +@test "Mohawk is installed in version 0.19.2" { run mohawk -version - [[ "$output" =~ "0.18.1" ]] + [[ "$output" =~ "0.19.2" ]] } @test "Server should be available" {