Skip to content

Commit 5911a98

Browse files
committed
Update the version to 2.21 and the copyright years to include 2026.
1 parent 4e047f8 commit 5911a98

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

DockerfileStage2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN echo Cloning branch $PG_BRANCH branch from $PG_GIT_URL \
3333

3434
# We need to change FROM before setting the ENV variables.
3535

36-
FROM webwork-base:forWW220
36+
FROM webwork-base:forWW221
3737

3838
ENV WEBWORK_URL=/webwork2 \
3939
WEBWORK_ROOT_URL=http://localhost:8080 \

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Online Homework Delivery System
33
Version 2.*
44

5-
Copyright 2000-2025, The WeBWorK Project
5+
Copyright 2000-2026, The WeBWorK Project
66

77
All rights reserved.
88

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$WW_VERSION = '2.20+develop';
2-
$WW_COPYRIGHT_YEARS = '1996-2025';
1+
$WW_VERSION = '2.21';
2+
$WW_COPYRIGHT_YEARS = '1996-2026';
33

44
1;

docker-config/docker-compose.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ services:
9696
# If you would like a 1 stage build process comment out the next line, and just run "docker-compose build".
9797
dockerfile: DockerfileStage2
9898
# For the 2 stage build process run
99-
# docker build --tag webwork-base:forWW220 -f DockerfileStage1 .
99+
# docker build --tag webwork-base:forWW221 -f DockerfileStage1 .
100100
# and then
101101
# docker-compose build
102102
# When rebuilding to get updated images add the "--no-cache" option to both commands.

0 commit comments

Comments
 (0)