Skip to content

Commit

Permalink
bum v ii
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Feb 20, 2020
1 parent 487fc7e commit d5424e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kubesql_src := $(wildcard ./cmd/kubesql/*.go)
all: kubesql

kubesql: $(kubesql_src)
go build -o kubesql -ldflags "-X main.version=${VERSION}" $(kubesql_src)
go build -o kubesql $(kubesql_src)

.PHONY: lint
lint:
Expand Down
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.10",
"Version": "0.1.11",
}
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.10
Version: 0.1.11
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 <kobi.zamir@gmail.com> 0.1.10-1
* Thu Feb 20 2020 Yaacov Zamir <kobi.zamir@gmail.com> 0.1.11-1
- Initial RPM release

0 comments on commit d5424e6

Please sign in to comment.