Skip to content

Commit

Permalink
Back to dev
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <[email protected]>
  • Loading branch information
utam0k committed Jul 14, 2023
1 parent 2f4c482 commit 9baaf5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/distribution/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub const VERSION_MINOR: u32 = 0;
pub const VERSION_PATCH: u32 = 0;

/// Indicates development branch. Releases will be empty string.
pub const VERSION_DEV: &str = "";
pub const VERSION_DEV: &str = "-dev";

/// Retrieve the version as string representation.
pub fn version() -> String {
Expand Down
2 changes: 1 addition & 1 deletion src/image/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub const VERSION_MINOR: u32 = 0;
pub const VERSION_PATCH: u32 = 1;

/// Indicates development branch. Releases will be empty string.
pub const VERSION_DEV: &str = "";
pub const VERSION_DEV: &str = "-dev";

/// Retrieve the version as string representation.
pub fn version() -> String {
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub const VERSION_MINOR: u32 = 0;
pub const VERSION_PATCH: u32 = 2;

/// Indicates development branch. Releases will be empty string.
pub const VERSION_DEV: &str = "";
pub const VERSION_DEV: &str = "-dev";

/// Retrieve the version as string representation.
pub fn version() -> String {
Expand Down

0 comments on commit 9baaf5a

Please sign in to comment.