diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-09-03 19:43:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-03 19:43:05 +0000 |
commit | a51dbe25d67e84d6ed4261e640d3954fbdd9be45 (patch) | |
tree | 180caa2de474ba2a1f19ef2efbfc48649f4ebe10 /alacritty_config | |
parent | 4ddb608563d985060d69594d1004550a680ae3bd (diff) | |
download | alacritty-a51dbe25d67e84d6ed4261e640d3954fbdd9be45.tar.gz alacritty-a51dbe25d67e84d6ed4261e640d3954fbdd9be45.zip |
Bump development version to 0.12.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 3b287f43..dde2d9ac 100644 --- a/alacritty_config/Cargo.toml +++ b/alacritty_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_config" -version = "0.1.0" +version = "0.1.1-dev" authors = ["Christian Duerr <contact@christianduerr.com>"] license = "MIT/Apache-2.0" description = "Alacritty configuration abstractions" |