Skip to content

Commit 4b24c06

Browse files
committed
Update for 0.1.81
1 parent 4ac1f57 commit 4b24c06

File tree

124 files changed

+124
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+124
-124
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defaults:
1212
jobs:
1313
test:
1414
runs-on: ubuntu-latest
15-
container: ingy/exercism-yamlscript-test-runner:0.1.80
15+
container: ingy/exercism-yamlscript-test-runner:0.1.81
1616

1717
steps:
1818
- name: Checkout repository

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ROOT := $(shell pwd)
44

55
BIN := bin
66

7-
YS_VERSION := 0.1.80
7+
YS_VERSION := 0.1.81
88

99
YS_LOCAL := .local
1010
YS_LOCAL_PREFIX := $(YS_LOCAL)/v$(YS_VERSION)

common/gnumakefile.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := bash
22

33
BASE := $(shell pwd)
44

5-
export YS_VERSION := 0.1.80
5+
export YS_VERSION := 0.1.81
66

77
YS_LOCAL_PREFIX := ../../../.local/v$(YS_VERSION)
88
ifeq (,$(shell [[ -d "$(YS_LOCAL_PREFIX)" ]] && echo ok))

common/meta-makefile.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := bash
22

33
BASE := $(shell pwd)
44

5-
export YS_VERSION := 0.1.80
5+
export YS_VERSION := 0.1.81
66

77
YS_LOCAL_PREFIX := ../../../../.local/v$(YS_VERSION)
88

exercises/practice/acronym/.meta/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := bash
22

33
BASE := $(shell pwd)
44

5-
export YS_VERSION := 0.1.80
5+
export YS_VERSION := 0.1.81
66

77
YS_LOCAL_PREFIX := ../../../../.local/v$(YS_VERSION)
88

exercises/practice/acronym/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := bash
22

33
BASE := $(shell pwd)
44

5-
export YS_VERSION := 0.1.80
5+
export YS_VERSION := 0.1.81
66

77
YS_LOCAL_PREFIX := ../../../.local/v$(YS_VERSION)
88
ifeq (,$(shell [[ -d "$(YS_LOCAL_PREFIX)" ]] && echo ok))

exercises/practice/all-your-base/.meta/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := bash
22

33
BASE := $(shell pwd)
44

5-
export YS_VERSION := 0.1.80
5+
export YS_VERSION := 0.1.81
66

77
YS_LOCAL_PREFIX := ../../../../.local/v$(YS_VERSION)
88

exercises/practice/all-your-base/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := bash
22

33
BASE := $(shell pwd)
44

5-
export YS_VERSION := 0.1.80
5+
export YS_VERSION := 0.1.81
66

77
YS_LOCAL_PREFIX := ../../../.local/v$(YS_VERSION)
88
ifeq (,$(shell [[ -d "$(YS_LOCAL_PREFIX)" ]] && echo ok))

exercises/practice/allergies/.meta/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := bash
22

33
BASE := $(shell pwd)
44

5-
export YS_VERSION := 0.1.80
5+
export YS_VERSION := 0.1.81
66

77
YS_LOCAL_PREFIX := ../../../../.local/v$(YS_VERSION)
88

exercises/practice/allergies/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := bash
22

33
BASE := $(shell pwd)
44

5-
export YS_VERSION := 0.1.80
5+
export YS_VERSION := 0.1.81
66

77
YS_LOCAL_PREFIX := ../../../.local/v$(YS_VERSION)
88
ifeq (,$(shell [[ -d "$(YS_LOCAL_PREFIX)" ]] && echo ok))

0 commit comments

Comments
 (0)