Skip to content

Commit

Permalink
Bump default version to 2019.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 4, 2019
1 parent 3bc6a1b commit 5ff840a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ None

#### Variables

* `pycharm_version` [default: `2019.2.2`]: Version to install
* `pycharm_version` [default: `2019.2.4`]: Version to install
* `pycharm_edition` [default: `community`]: Edition to install (e.g. `community`)
* `pycharm_install_prefix` [default: `/opt`]: Install prefix
* `pycharm_download_url` [default: `http://download.jetbrains.com/python`]: Download url
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults file for pycharm
---
pycharm_version: 2019.2.2
pycharm_version: 2019.2.4
pycharm_edition: community
pycharm_install_prefix: /opt
pycharm_download_url: 'http://download.jetbrains.com/python'

0 comments on commit 5ff840a

Please sign in to comment.