Skip to content

Commit d1e072b

Browse files
authored
update version to attempt galaxy release (#124)
1 parent 722414a commit d1e072b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ project may be further defined and clarified by project maintainers.
7676
### Enforcement
7777

7878
Instances of abusive, harassing, or otherwise unacceptable behavior may be
79-
reported by contacting the project leadership: brian <at> brianshumate <dot> com.
79+
reported by contacting the ansible-community project leadership on Github
8080

8181
All complaints will be reviewed and investigated and will result in a response
8282
that is deemed necessary and appropriate to the circumstances. The project

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ nomad_skip_ensure_all_hosts: "{{ lookup('env','NOMAD_SKIP_ENSURE_ALL_HOSTS') | d
3030
nomad_allow_purge_config: "{{ lookup('env','NOMAD_ALLOW_PURGE_CONFIG') | default('false', true) }}"
3131

3232
### Package
33-
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.12.1', true) }}"
33+
nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('1.0.4', true) }}"
3434
nomad_architecture_map:
3535
amd64: amd64
3636
x86_64: amd64

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.9.5
1+
v1.9.6

0 commit comments

Comments
 (0)