Skip to content

Commit fd739e3

Browse files
authored
Bump version to 2.1.0 (#109)
1 parent de7e486 commit fd739e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/sh
22

3-
# DockerC (v2.0.0)
3+
# DockerC (v2.1.0)
44
# Wrapper for docker compose commands in your project.
55
# https://github.com/matiboux/dockerc
66
# MIT License
77
# Copyright (c) 2023 Matiboux
88
# This project is not affiliated with Docker, Inc.
99

10-
VERSION='2.0.0'
10+
VERSION='2.1.0'
1111

1212
ERROR_CODE=''
1313

0 commit comments

Comments
 (0)