Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Sep 24, 2024
1 parent 36166c3 commit 39a95b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
// Basic utility info
const (
APP = "path"
VER = "1.0.2"
VER = "1.0.3"
DESC = "Dead simple tool for working with paths"
)

Expand Down
9 changes: 6 additions & 3 deletions common/path.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Summary: Dead simple tool for working with paths
Name: path
Version: 1.0.2
Version: 1.0.3
Release: 0%{?dist}
Group: Applications/System
License: Apache License, Version 2.0
Expand All @@ -22,7 +22,7 @@ Source100: checksum.sha512

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: golang >= 1.21
BuildRequires: golang >= 1.22

Provides: %{name} = %{version}-%{release}

Expand All @@ -47,7 +47,7 @@ fi

%build
pushd %{name}
go build %{name}.go
%{__make} %{?_smp_mflags} all
cp LICENSE ..
popd

Expand Down Expand Up @@ -103,6 +103,9 @@ fi
################################################################################

%changelog
* Tue Sep 24 2024 Anton Novojilov <[email protected]> - 1.0.3-0
- Dependencies update

* Sun Jun 23 2024 Anton Novojilov <[email protected]> - 1.0.2-0
- Code refactoring
- Dependencies update
Expand Down

0 comments on commit 39a95b0

Please sign in to comment.