Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
xOS committed Dec 23, 2021
1 parent f2d1846 commit b1dd1c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- target: i686-unknown-linux-gnu
output: realm
- target: x86_64-pc-windows-gnu
output: realm
output: realm.exe
steps:
- uses: actions/checkout@v2
- name: install toolchain
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- target: i686-unknown-linux-gnu
output: realm
- target: x86_64-pc-windows-gnu
output: realm
output: realm.exe
steps:
- uses: actions/checkout@v2
- name: install toolchain
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "realm"
version = "1.5.0"
version = "1.6.0"
authors = ["zhboner <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use cmd::CmdInput;
use conf::{Config, FullConf, LogConf, DnsConf};
use utils::Endpoint;

const VERSION: &str = "1.5.0-rc9";
const VERSION: &str = "1.6.0";
const ENV_CONFIG: &str = "REALM_CONF";

cfg_if! {
Expand Down

0 comments on commit b1dd1c3

Please sign in to comment.