Skip to content

Commit

Permalink
chore: bump default version to 2023.06.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koralowiec committed Oct 10, 2023
1 parent 06116ea commit 86a2a4c
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 @@ -12,7 +12,7 @@ Set up (the latest version of) [RStudio Connect](https://www.rstudio.com/product

## Role Variables

* `rstudio_connect_version` [default: `2023.01.1`]: Version to install
* `rstudio_connect_version` [default: `2023.06.0`]: Version to install
* `rstudio_connect_install` [default: `[]`]: Additional packages to install (e.g. `r-base`)
* `rstudio_connect_www_port` [default: `3939`]: The port you want RStudio Connect to listen on
* `rstudio_connect_config`: A map of maps containing RStudio Connect configuration. Gets converted into Golang's configuration file (GCFG) and is writted on down to `rstudio-connect.gcfg`. See [default](./defaults/main.yml) for an example.
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# defaults file
---

rstudio_connect_version: "2023.01.1"
rstudio_connect_version: "2023.06.0"
rstudio_connect_version_short: "{{ rstudio_connect_version | regex_replace('.[^.]*$', '') }}"

rstudio_connect_install: []
Expand Down

0 comments on commit 86a2a4c

Please sign in to comment.