Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Feb 20, 2020
1 parent 7914679 commit 487fc7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.9",
"Version": "0.1.10",
}
4 changes: 2 additions & 2 deletions kubesql.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%undefine _missing_build_ids_terminate_build

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

%changelog

* Thu Feb 20 2020 Yaacov Zamir <[email protected]> 0.1.9-1
* Thu Feb 20 2020 Yaacov Zamir <[email protected]> 0.1.10-1
- Initial RPM release

0 comments on commit 487fc7e

Please sign in to comment.