-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed certificates missing in docker image
- Loading branch information
1 parent
ccbe235
commit cd18e20
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ilagent" | ||
version = "0.4.3" | ||
version = "0.4.4" | ||
authors = ["Chris Froehlingsdorf <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ fn main() -> () { | |
|
||
let matches = App::new("ilert Agent") | ||
|
||
.version("0.4.3") | ||
.version("0.4.4") | ||
.author("iLert GmbH. <[email protected]>") | ||
.about("The ilert Agent 🦀 📦 lets you easily integrate your on premise system with ilert.") | ||
|
||
|