Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Mar 4, 2020
1 parent 8971622 commit f8a35b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.18
Version: 0.2.0
Release: 1%{?dist}
Summary: kubectl-sql uses sql like language to query the Kubernetes cluster manager
License: Apache
Expand Down Expand Up @@ -43,6 +43,9 @@ install -p -m 0755 ./kubectl-sql %{buildroot}%{_bindir}/kubectl-sql

%changelog

* Thu Mar 4 2020 Yaacov Zamir <[email protected]> 0.2.0-1
- Use kubectl plugin kit

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

var (
clientVersion = "v0.0.1"
clientVersion = "v0.2.0"

sqlGetLong = `Uses SQL-like language to filter and display one or many resources.
Expand Down

0 comments on commit f8a35b7

Please sign in to comment.