diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-02-15 02:19:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 02:19:19 +0300 |
commit | 9cf2c89fd13de79b6a6999071609a55ff7e607ec (patch) | |
tree | 8692d3c1045ea1a708643443cac579568044b09a /alacritty_config | |
parent | 40be4caca1805ae3b77e65600e8f3daeae56d5c3 (diff) | |
download | alacritty-9cf2c89fd13de79b6a6999071609a55ff7e607ec.tar.gz alacritty-9cf2c89fd13de79b6a6999071609a55ff7e607ec.zip |
Bump development version to 0.13.0-dev
This is only an update to the development version and does not represent
a stable release.
Diffstat (limited to 'alacritty_config')
-rw-r--r-- | alacritty_config/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_config/Cargo.toml b/alacritty_config/Cargo.toml index 51f81a30..bbb38240 100644 --- a/alacritty_config/Cargo.toml +++ b/alacritty_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_config" -version = "0.1.1-dev" +version = "0.1.2-dev" authors = ["Christian Duerr <contact@christianduerr.com>"] license = "MIT/Apache-2.0" description = "Alacritty configuration abstractions" |