From 1e4abeaed395f9598d6503d7987205977b3d4ef2 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 5 Sep 2019 09:39:56 -0400 Subject: [PATCH] Bump version to v0.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0df6a67..a9e9b1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL "com.github.actions.description"="Sync a directory to an AWS S3 repository LABEL "com.github.actions.icon"="refresh-cw" LABEL "com.github.actions.color"="green" -LABEL version="0.1.1" +LABEL version="0.2.0" LABEL repository="https://github.com/jakejarvis/s3-sync-action" LABEL homepage="https://jarv.is/" LABEL maintainer="Jake Jarvis "