Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Jun 26, 2017
1 parent 405fff3 commit 0d69fcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

// VER the server version
const VER = "0.13.5"
const VER = "0.14.1"

// defaults
const defaultPort = 8080
Expand Down
2 changes: 1 addition & 1 deletion mohawk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions test/mohawk.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 0d69fcc

Please sign in to comment.