From 467a88a5d9a4255c1749fa1bb45dba1269ab4563 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Fri, 29 Nov 2019 17:42:45 -0500 Subject: [PATCH] Working build action --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98f6b83..57fa098 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL "com.github.actions.description"="Build a Godot project for multiple platf LABEL "com.github.actions.icon"="loader" LABEL "com.github.actions.color"="blue" -LABEL version="0.0.0" +LABEL version="1.0.0" LABEL repository="https://github.com/josephbmanley/build-godot-action" LABEL homepage="https://cloudsumu.com/" LABEL maintainer="Joseph Manley "