Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matiboux committed May 25, 2023
1 parent 0660ebd commit 4f1a4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/sh

# DockerC (v1.3.0)
# DockerC (v1.3.1)
# Wrapper for docker compose commands in your project.
# https://github.com/matiboux/dockerc
# MIT License
# Copyright (c) 2023 Matiboux

VERSION="v1.3.0"
VERSION="v1.3.1"

# Default options
DRY_RUN=false
Expand Down

0 comments on commit 4f1a4eb

Please sign in to comment.