diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-07-18 03:03:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 03:03:41 +0000 |
commit | 1d8bd73bc3252fb8ed6d6777c98e9143133f6aba (patch) | |
tree | 1d7c0802c95f6f8ca7310124e708c9fb97bde3a3 /extra/osx | |
parent | 6fb2aefde4867f71a69a4e284d9f76e3f50bf4f5 (diff) | |
download | alacritty-1d8bd73bc3252fb8ed6d6777c98e9143133f6aba.tar.gz alacritty-1d8bd73bc3252fb8ed6d6777c98e9143133f6aba.zip |
Bump development version to 0.10.0-dev
This is only an update to the development version and does not represent
a stable release.
Diffstat (limited to 'extra/osx')
-rw-r--r-- | extra/osx/Alacritty.app/Contents/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index 8c88e53b..4a7460f1 100644 --- a/extra/osx/Alacritty.app/Contents/Info.plist +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.8.0-dev</string> + <string>0.10.0-dev</string> <key>CFBundleSupportedPlatforms</key> <array> <string>MacOSX</string> |