Skip to content

Commit

Permalink
v0.82.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 24, 2019
1 parent 265a47f commit 8a78d64
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 = "hecate"
version = "0.82.1"
version = "0.82.2"
edition = "2018"
authors = ["ingalls <ingalls@protonmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Hecate
author: Nicholas Ingalls <ingalls@protonmail.com>
about: Data Storage Backend Focused on Speed and GeoJSON Interchange
version: 0.82.1
version: 0.82.2
args:
- database:
short: d
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub static VERSION: &str = "0.82.1";
pub static VERSION: &str = "0.82.2";
pub static POSTGRES: f64 = 10.0;
pub static POSTGIS: f64 = 2.4;
pub static HOURS: i64 = 24;
Expand Down

0 comments on commit 8a78d64

Please sign in to comment.