Skip to content

Commit

Permalink
Upgrade version to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julien1619 committed Jan 13, 2023
1 parent 37c2254 commit 35f9451
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 = "sirene"
version = "2.6.0"
version = "2.6.1"
authors = ["Julien Blatecky <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v2.6.0"
appVersion: "v2.6.1"

dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use update::UpdateFlags;
/// Sirene service used to update data in database
/// and serve it through a HTTP REST API
#[derive(Parser, Debug)]
#[clap(version = "2.6.0", author = "Julien Blatecky")]
#[clap(version = "2.6.1", author = "Julien Blatecky")]
struct Opts {
/// Path to the temp folder
#[clap(long = "temp-folder", env, default_value = "./data/temp")]
Expand Down

0 comments on commit 35f9451

Please sign in to comment.