Skip to content

Commit

Permalink
Bump to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Jan 15, 2025
1 parent ebba6d7 commit 1bb9b1f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fim"
version = "0.5.1"
version = "0.5.2"
authors = ["José Fernández <´pylott@gmail.com´>"]
edition = "2021"

Expand Down
6 changes: 6 additions & 0 deletions pkg/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
fim (0.5.2-1) xenial; urgency=medium

* More info: https://github.com/Achiefs/fim/releases/tag/v0.5.2

-- Jose Fernandez <support@achiefs.com> Wed, 15 Jan 2025 20:54:00 +0000

fim (0.5.1-1) xenial; urgency=medium

* More info: https://github.com/Achiefs/fim/releases/tag/v0.5.1
Expand Down
3 changes: 3 additions & 0 deletions pkg/rpm/fim.spec
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ rm -fr %{buildroot}
# -----------------------------------------------------------------------------

%changelog
* Wed Jan 15 2025 support <support@achiefs.com> - 0.5.2
- More info: https://github.com/Achiefs/fim/releases/tag/v0.5.2

* Thu Oct 10 2024 support <support@achiefs.com> - 0.5.1
- More info: https://github.com/Achiefs/fim/releases/tag/v0.5.1

Expand Down
2 changes: 1 addition & 1 deletion src/appconfig.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2021, Achiefs.

// Global constants definitions
pub const VERSION: &str = "0.5.1";
pub const VERSION: &str = "0.5.2";
pub const NETWORK_MODE: &str = "NETWORK";
pub const FILE_MODE: &str = "FILE";
pub const BOTH_MODE: &str = "BOTH";
Expand Down

0 comments on commit 1bb9b1f

Please sign in to comment.