Skip to content

Commit fc6b20f

Browse files
committed
Bump version to 1.7.5
1 parent 50f2822 commit fc6b20f

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.7.4)
3+
# DockerC (v1.7.5)
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.7.4"
9+
VERSION="1.7.5"
1010

1111
# Default options
1212
PRINT_HELP=false

0 commit comments

Comments
 (0)