Skip to content

Commit 80b34f0

Browse files
committed
This is Flintrock 2.0.0.
1 parent 613a904 commit 80b34f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ unzip it to a location of your choice, and run the `flintrock` executable inside
150150
For example:
151151

152152
```sh
153-
flintrock_version="1.0.0"
153+
flintrock_version="2.0.0"
154154

155155
curl --location --remote-name "https://github.com/nchammas/flintrock/releases/download/v$flintrock_version/Flintrock-$flintrock_version-standalone-macOS-x86_64.zip"
156156
unzip -q -d flintrock "Flintrock-$flintrock_version-standalone-macOS-x86_64.zip"

flintrock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# See: https://packaging.python.org/en/latest/distributing/#standards-compliance-for-interoperability
2-
__version__ = '2.0.0.dev0'
2+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)