Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Feb 23, 2020
1 parent 9ceb60d commit fe7efab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/kubesql/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ package main

var appVersion = map[string]string{
"Name": "kubesql",
"Version": "0.1.17",
"Version": "0.1.18",
}
5 changes: 4 additions & 1 deletion kubesql.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%define debug_package %{nil}

Name: %{repo}
Version: 0.1.17
Version: 0.1.18
Release: 1%{?dist}
Summary: kubesql uses sql like language to query the Kubernetes cluster manager
License: Apache
Expand Down Expand Up @@ -43,6 +43,9 @@ install -p -m 0755 ./kubesql %{buildroot}%{_bindir}/kubesql

%changelog

* Thu Feb 22 2020 Yaacov Zamir <[email protected]> 0.1.18-1
- Fix float printing

* Thu Feb 22 2020 Yaacov Zamir <[email protected]> 0.1.17-1
- Add config option

Expand Down

0 comments on commit fe7efab

Please sign in to comment.