Skip to content

Commit

Permalink
Change data directory and version for test build.
Browse files Browse the repository at this point in the history
* Changed data directory to reflect full release (pending).

* Changed version to v1.0.0-test for testing pre-release.
  • Loading branch information
derfarctor committed Nov 2, 2022
1 parent faac4b2 commit 013da3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/constants.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub const VERSION: &str = "v1.0.0 pre-release";
pub const VERSION: &str = "v1.0.0-test";
pub const SHOW_TO_DP: usize = 12;
pub const AUTHOR: &str = "derfarctor (Author)";
pub const EMPTY_MSG: &str = "Nothing to receive...";
Expand All @@ -9,7 +9,7 @@ pub mod crypto {
}

pub mod paths {
pub const DATA_DIR: &str = "dagchat-beta";
pub const DATA_DIR: &str = "dagchat";
pub const MESSAGES_DIR: &str = "messages";
pub const STORAGE: &str = "storage.dagchat";
}
Expand Down

0 comments on commit 013da3a

Please sign in to comment.