From 37e49127aedbe98ce04f0c9f15ff4a92c074c7a3 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 5 Jul 2019 12:19:28 +0300 Subject: [PATCH] Bumped minor version. --- .pre-commit-hooks.yaml | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index a2a9e77..434af57 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -6,7 +6,7 @@ minimum_pre_commit_version: '0.18.0' language: docker_image entry: adarnimrod/docker-pre-commit hadolint - type: [ dockerfile ] + types: [ dockerfile ] - id: docker-compose name: docker-compose config description: Validate the Docker Compose file using docker-compose config diff --git a/VERSION b/VERSION index 8acdd82..6c6aa7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.1.0 \ No newline at end of file -- GitLab