From f6bd8bec5e01211d1a72f5e67208c5d5b9a2fd34 Mon Sep 17 00:00:00 2001 From: Rafid Bin Mostofa Date: Sun, 18 Feb 2024 03:33:05 +0600 Subject: [PATCH] feat(update): bump Intellij IDEA version to 2023.3.4 --- scripts/intellij_idea_community.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/intellij_idea_community.sh b/scripts/intellij_idea_community.sh index 923e0aa..c422db7 100755 --- a/scripts/intellij_idea_community.sh +++ b/scripts/intellij_idea_community.sh @@ -2,7 +2,8 @@ set -eux -IDEA_VERSION='2023.2' +IDEA_VERSION='2023.3.4' + echo "\nInstalling IntelliJ IDEA Community Edition $IDEA_VERSION ...\n" # download pycharm community edition