From 0d69fcc032332d782ea7bf0732df04844aca15ff Mon Sep 17 00:00:00 2001 From: yaacov Date: Mon, 26 Jun 2017 09:56:03 +0300 Subject: [PATCH] bump version --- main.go | 2 +- mohawk.spec | 2 +- test/mohawk.bats | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index 316f91e..770cbcc 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ import ( ) // VER the server version -const VER = "0.13.5" +const VER = "0.14.1" // defaults const defaultPort = 8080 diff --git a/mohawk.spec b/mohawk.spec index 50837b1..2f1a69e 100644 --- a/mohawk.spec +++ b/mohawk.spec @@ -9,7 +9,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{repo} -Version: 0.13.5 +Version: 0.14.1 Release: 6%{?dist} Summary: Mock Hawkular server License: MIT diff --git a/test/mohawk.bats b/test/mohawk.bats index aef991d..718d20f 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.13.5" { +@test "Mohawk is installed in version 0.14.1" { run mohawk -version - [[ "$output" =~ "0.13.5" ]] + [[ "$output" =~ "0.14.1" ]] } @test "Server should be available" {