Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f997d9

Browse files
authoredNov 15, 2024
Bump version to 2.0.0 (#97)
1 parent 8456774 commit 9f997d9

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 (v1.10.0)
3+
# DockerC (v2.0.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='1.10.0'
10+
VERSION='2.0.0'
1111

1212
ERROR_CODE=''
1313

0 commit comments

Comments
 (0)
Please sign in to comment.