diff --git a/main.go b/main.go index 3cffe5d..6f0598c 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ import ( ) // VER the server version -const VER = "0.9.3" +const VER = "0.10.1" // defaults const defaultPort = 8080 diff --git a/mohawk.spec b/mohawk.spec index a04db13..d90a5d2 100644 --- a/mohawk.spec +++ b/mohawk.spec @@ -9,7 +9,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{repo} -Version: 0.9.3 +Version: 0.10.1 Release: 6%{?dist} Summary: Mock Hawkular server License: MIT