Skip to content

Commit 455952d

Browse files
committed
release: update to version 0.4.28
1 parent d3d3a7b commit 455952d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/clap_app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use clap::{Arg, ArgAction, Command};
22

3-
pub const VERSION: &str = "0.4.27";
3+
pub const VERSION: &str = "0.4.28";
44

55
pub fn build_dotenvx_app() -> Command {
66
let run_command = Command::new("run")

src/master_key.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use dirs::home_dir;
33
use std::env;
44
use std::process::Stdio;
55

6-
pub const VERSION: &str = "0.4.27";
6+
pub const VERSION: &str = "0.4.28";
77

88
fn main() -> Result<(), Box<dyn std::error::Error>> {
99
let mut raw_args: Vec<String> = env::args().skip(1).collect();

0 commit comments

Comments
 (0)