Skip to content

Commit

Permalink
Set version to v1.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Oct 22, 2020
1 parent e1569f3 commit 5636372
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "jlpkg"
uuid = "c4c688b2-6cc8-11e9-1c12-6d20b663313d"
version = "1.2.2"
version = "1.2.3"

[compat]
julia = "1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Keyword arguments:
It is possible to download and extract a prebuilt script with default settings.
For example, to download the latest release you can run the following
```bash
$ curl -L https://github.com/fredrikekre/jlpkg/releases/download/v1.2.2/jlpkg-v1.2.2.tar.gz | \
$ curl -L https://github.com/fredrikekre/jlpkg/releases/download/v1.2.3/jlpkg-v1.2.3.tar.gz | \
tar -xzC /usr/local/bin
```
This will extract the executable script `jlpkg` and place it in `/usr/local/bin`.
Expand Down
2 changes: 1 addition & 1 deletion src/cli.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ end

# Parse --version option
if "--version" in JLPKG_ARGS
println(stdout, "jlpkg version 1.2.2, julia version $(VERSION)")
println(stdout, "jlpkg version 1.2.3, julia version $(VERSION)")
exit(0)
end

Expand Down

2 comments on commit 5636372

@fredrikekre
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/23445

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.3 -m "<description of version>" 5636372fb5a9560b7d20df233b30ac51b3970c2a
git push origin v1.2.3

Please sign in to comment.