aboutsummaryrefslogtreecommitdiff
path: root/myautomount.spec
diff options
context:
space:
mode:
Diffstat (limited to 'myautomount.spec')
-rw-r--r--myautomount.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/myautomount.spec b/myautomount.spec
index d401d85..d2dde2e 100644
--- a/myautomount.spec
+++ b/myautomount.spec
@@ -20,7 +20,7 @@
%global git_commit 0d5f8b7657527eab8380f5aa81ecd072714cf13c
%{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})}
%else
-%global git_commit 0.0.4
+%global git_commit 0.0.5
%endif
%global releasenum 1
@@ -103,6 +103,9 @@ update-desktop-database 1>/dev/null 2>&1 || :
%endif
%changelog
+* Mon Nov 06 2023 B. Stack <bgstack15@gmail.com> - 0.0.5-1
+- New version
+
* Sat Oct 14 2023 B. Stack <bgstack15@gmail.com> - 0.0.4-1
- New version
bgstack15