Skip to content

Commit 13794c3

Browse files
authored
Merge pull request #38 from Appsilon/chore/default-version-2023.06.0
chore: bump default version to 2023.06.0
2 parents 06116ea + 86a2a4c commit 13794c3

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
@@ -12,7 +12,7 @@ Set up (the latest version of) [RStudio Connect](https://www.rstudio.com/product
1212

1313
## Role Variables
1414

15-
* `rstudio_connect_version` [default: `2023.01.1`]: Version to install
15+
* `rstudio_connect_version` [default: `2023.06.0`]: Version to install
1616
* `rstudio_connect_install` [default: `[]`]: Additional packages to install (e.g. `r-base`)
1717
* `rstudio_connect_www_port` [default: `3939`]: The port you want RStudio Connect to listen on
1818
* `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.

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# defaults file
22
---
33

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

77
rstudio_connect_install: []

0 commit comments

Comments
 (0)