-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,5 @@ package main | |
|
||
var appVersion = map[string]string{ | ||
"Name": "kubesql", | ||
"Version": "0.1.9", | ||
"Version": "0.1.10", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |