Skip to content

Commit fe61fab

Browse files
committed
Bump version to 1.10.0
1 parent a9735db commit fe61fab

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,12 +1,12 @@
11
#!/bin/sh
22

3-
# DockerC (v1.9.0)
3+
# DockerC (v1.10.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

9-
VERSION="1.9.0"
9+
VERSION="1.10.0"
1010

1111
# Default options
1212
PRINT_HELP=false

0 commit comments

Comments
 (0)