Skip to content

Commit

Permalink
CLRF -> LF
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Jan 23, 2020
1 parent a4c21ea commit ce4016c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions integrations/circleci/orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ executors:
docker-image-version:
description: The version of the ConfigCat flag reference validator docker image.
type: string
default: 1.0.6
default: 1.0.7
docker:
- image: configcat/feature-flag-reference-validator:<< parameters.docker-image-version >>

Expand All @@ -89,7 +89,7 @@ commands:
validator-version:
description: The version of the ConfigCat flag reference validator pypi package.
type: string
default: 1.0.6
default: 1.0.7
steps:
- run:
name: Install feature flag validator dependencies
Expand All @@ -104,7 +104,7 @@ commands:
validator-version:
description: The version of the ConfigCat flag reference validator pypi package.
type: string
default: 1.0.6
default: 1.0.7
steps:
- run:
name: Install feature flag reference validator dependencies
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
default: false
executor:
name: default
docker-image-version: 1.0.6
docker-image-version: 1.0.7
working_directory: /ref-validator
steps:
- checkout:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

version = "1.0.6"
version = "1.0.7"

setuptools.setup(
name='configcat-flag-reference-validator',
Expand Down

0 comments on commit ce4016c

Please sign in to comment.