Skip to content

Commit

Permalink
Upgrade TCR-Go to version 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Jul 17, 2023
1 parent eeae57d commit 325423d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tcr/tcr_go/tcr_go.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright (c) 2022 Murex
# Copyright (c) 2023 Murex
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -93,7 +93,7 @@ download_tcr_go() {

# Move extracted files to doc directory
rm -rf "${TCR_DOC_DIR}"
src_extracted_path="${TCR_DOWNLOAD_DIR}/tcr-${version}"
src_extracted_path="${TCR_DOWNLOAD_DIR}/TCR-${version}"
mv -f "${src_extracted_path}/doc" "${TCR_DOC_DIR}"

# Clean up after download
Expand Down
2 changes: 1 addition & 1 deletion tcr/tcr_go/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tcr-go 0.22.0
tcr-go 0.26.0

0 comments on commit 325423d

Please sign in to comment.