Skip to content

Commit cd90489

Browse files
committed
Bump to v1.5.0
Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
1 parent eee4f64 commit cd90489

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
appVersion = "1.6.0-dev"
10+
appVersion = "1.5.0"
1111
)
1212

1313
// versionCmd represents the version command.

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/containers/podman-tui
22

33
go 1.23.0
44

5-
toolchain go1.24.1
6-
75
require (
86
github.com/BurntSushi/toml v1.5.0
97
github.com/containers/buildah v1.39.4

podman-tui.spec.rpkg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
%global git0 https://%{import_path}
1616

1717
Name: podman-tui
18-
Version: 1.6.0
19-
Release: dev.1%{?dist}
18+
Version: 1.5.0
19+
Release: 1%{?dist}
2020
Summary: Podman Terminal User Interface
2121
License: ASL 2.0
2222
URL: %{git0}
@@ -60,8 +60,6 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
6060
%{_bindir}/%{name}
6161

6262
%changelog
63-
* Sun Apr 06 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.6.0-dev-1
64-
6563
* Sun Apr 06 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.5.0-1
6664
- Go update to v1.23.0 + Golangci-lint update to v1.64.4
6765
- UI input check trim spaces

0 commit comments

Comments
 (0)